-
Notifications
You must be signed in to change notification settings - Fork 924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KYUUBI #5654] Introduce new config to forcibly rewrite pod name #5672
Conversation
plz help review it @zwangsheng |
Codecov Report
@@ Coverage Diff @@
## master #5672 +/- ##
============================================
+ Coverage 61.36% 61.48% +0.12%
Complexity 23 23
============================================
Files 603 603
Lines 35635 35664 +29
Branches 4874 4876 +2
============================================
+ Hits 21867 21928 +61
+ Misses 11387 11362 -25
+ Partials 2381 2374 -7
... and 31 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
### _Why are the changes needed?_ close #5654 This pr is to introduce a config for rewriting pod name, which can help users forcibly rewrite driver or executor pod name prefix. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ No. Closes #5672 from zhaohehuhu/dev-1111. Closes #5654 6a450e4 [hezhao2] introduce new config to force rewrite pod name Authored-by: hezhao2 <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 0ce697e) Signed-off-by: Cheng Pan <[email protected]>
Why are the changes needed?
close #5654
This pr is to introduce a config for rewriting pod name, which can help users forcibly rewrite driver or executor pod name prefix.
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request
Was this patch authored or co-authored using generative AI tooling?
No.